ColorModel

public enum ColorModel

Color models used for printing.

Entries

Link copied to clipboard

The color model is unknown.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

kCMYPlusK represents CMY+K.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Used in Samsung printer PPDs.

Link copied to clipboard

Used in Samsung printer PPDs.

Link copied to clipboard

Used in HP color printer PPDs.

Link copied to clipboard

Used in HP color printer PPDs.

Link copied to clipboard

Used in Foomatic PPDs.

Link copied to clipboard

Used in Foomatic PPDs.

Link copied to clipboard

Used in Canon printer PPDs.

Link copied to clipboard

Used in Canon printer PPDs.

Link copied to clipboard

Used in Canon printer PPDs.

Link copied to clipboard

Used in Brother color laser printer PPDs.

Link copied to clipboard

Used in Brother color laser printer PPDs.

Link copied to clipboard

Used in Brother BRScript3 color printer PPDs.

Link copied to clipboard

Used in Brother BRScript3 color printer PPDs.

Link copied to clipboard

Used in Epson printer PPDs.

Link copied to clipboard

Used in Epson printer PPDs.

Link copied to clipboard

Used in Sharp printer PPDs.

Link copied to clipboard

Used in Sharp printer PPDs.

Link copied to clipboard

Used in Xerox printer PPDs.

Link copied to clipboard

Used in Xerox printer PPDs.

Link copied to clipboard

Used in Canon CN printer PPDs.

Link copied to clipboard

Used in Canon CN printer PPDs.

Link copied to clipboard

Used in Canon CNIJ printer PPDs.

Link copied to clipboard

Used in Canon CNIJ printer PPDs.

Link copied to clipboard

Used in Konica Minolta printer PPDs.

Link copied to clipboard

Used in Konica Minolta printer PPDs.

Link copied to clipboard

Used in OKI printer PPDs.

Link copied to clipboard

Used in OKI printer PPDs.

Link copied to clipboard

Used in Xerox printer PPDs.

Link copied to clipboard

Used in HP printer PPDs.

Link copied to clipboard

Used in HP printer PPDs.

Functions

Link copied to clipboard
public static ColorModel valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<ColorModel> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.